public class SimpleAgt2 extends Agent
fNegotiation, parametervalues, sessionNr, sessionsTotal, startTime, strategyParameters, timeline, totalTime, utilitySpace| Constructor and Description |
|---|
SimpleAgt2() |
| Modifier and Type | Method and Description |
|---|---|
Action |
chooseAction()
this function is called after ReceiveMessage,
with an Offer-action.
|
java.lang.String |
getName() |
static java.lang.String |
getVersion() |
void |
ReceiveMessage(Action opponentAction)
informs you which action the opponent did
|
endSession, getAgentID, getParameterValues, getSessionNumber, getSessionsTotal, getStrategyParameters, getUtility, init, internalInit, isUIAgent, loadSessionData, parseStrategyParameters, restartDataObjectsFolder, saveSessionData, setAgentID, setName, sleeppublic void ReceiveMessage(Action opponentAction)
AgentReceiveMessage in class Agentpublic static java.lang.String getVersion()
public java.lang.String getName()
public Action chooseAction()
AgentchooseAction in class Agent